pingora-core 0.4.0

Pingora's APIs and traits for the core network protocols.
Documentation
# Pingora Pingora is a collection of service frameworks and network libraries battle-tested by the Internet. It is to build robust, scalable and secure network infrastructures and services at Internet scale. # Features - Http 1.x and Http 2 - Modern TLS with OpenSSL or BoringSSL (FIPS compatible) - Zero downtime upgrade # Usage This crate provides low level service and protocol implementation and abstraction. If looking to build a (reverse) proxy, see [`pingora-proxy`](https://docs.rs/pingora-proxy) crate. # Optional features `boringssl`: Switch the internal TLS library from OpenSSL to BoringSSL.